home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / DFC096.ZIP / DFC.EXE / 0 / RCDATA / TPROGRESS / TPROGRESS.txt
Text File  |  1997-08-06  |  663b  |  35 lines

  1. object Progress: TProgress
  2.   Left = 398
  3.   Top = 197
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 44
  7.   ClientWidth = 217
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Gauge1: TGauge
  16.     Left = 6
  17.     Top = 21
  18.     Width = 205
  19.     Height = 19
  20.     Progress = 0
  21.   end
  22.   object Label1: TLabel
  23.     Left = 45
  24.     Top = 3
  25.     Width = 129
  26.     Height = 16
  27.     Caption = 'Generation Progress:'
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold, fsItalic]
  32.     ParentFont = False
  33.   end
  34. end
  35.